Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 23, 2024
1 parent 18218bc commit cfe96a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ process = require 'process'


option '-l', '--level [LEVEL]', 'log level [debug < info < log(default) < warn < error]'
option null, '--no-color', 'disable colored output'

task = (name, description, action) ->
global.task name, description, ({level = 'log', ...opts} = {}) ->
Expand Down Expand Up @@ -115,6 +114,8 @@ buildParser = ->
# (1.2) cache on jison dep [DONE (kinda--uses package-lock.json)]
# (2) cache file compilation [DONE]
# (3) make source maps work for errors in the coffeescript compiler!
# FIXME: see register.coffee: --enable-source-maps works for this???
# using 'node --enable-source-maps bin/cake test' appears to make #4418 pass????
buildDepsTask = new BuildDeps
await buildDepsTask.cachedExecute(console).catch (e) -> Promise.reject new BootstrapFailure e
parserTask = new JisonParser
Expand Down

0 comments on commit cfe96a2

Please sign in to comment.