UNPKG

266 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 assemblefile: 'Cannot find assemblefile.js in the current working directory. Use "--cwd" to specify a working directory.',
5 instance: 'a function or instance must be exported from "%s". See "docs/assemblefile.md" for details'
6};