Skip to content

Commit

Permalink
Improve CS require comment (atom#21062)
Browse files Browse the repository at this point in the history
Turns out the comment was misleading; the build also fails to find modules like `donna` without the import.
I've instead changed the message to make it more vague, so removal requires more consideration.
  • Loading branch information
Aerijo authored Sep 11, 2020
1 parent a5371d5 commit e470177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.argv.includes('--no-bootstrap')) {
require('./bootstrap')
}

// Needed so we can require src/module-cache.coffee during generateModuleCache
// Required to load CS files in this build script, such as those in `donna`
require('coffee-script/register')
require('colors')

Expand Down

0 comments on commit e470177

Please sign in to comment.