Skip to content

Commit

Permalink
Enable build logging
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom committed Jan 25, 2024
1 parent 9db73f8 commit 66effcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/AdaptFrameworkBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ class AdaptFrameworkBuild {
cwd: this.dir,
sourceMaps: !this.isPublish,
outputDir: this.buildDir,
cachePath: path.resolve(cacheDir, this.courseId)
cachePath: path.resolve(cacheDir, this.courseId),
logger: { log: (...args) => framework.log('debug', ...args) }
})
} catch (e) {
throw App.instance.errors.FW_CLI_BUILD_FAILED
Expand Down

0 comments on commit 66effcf

Please sign in to comment.