Files
tauri-inliner/lib/errors.js
Remy Sharp aace364794 test: put jscs as part of tests
Because, yes, I'd like a consistent code style!
2015-07-28 13:40:09 +01:00

4 lines
118 B
JavaScript

module.exports = {
ENOTFOUND: 'The URL could not be loaded, possibly a typo, ' +
'or no internet connection',
};