提交 6d09da44 编写于 作者: B Benjamin Pasero

better message for gulp watch failing with nsfw

上级 a05d64d7
......@@ -23,7 +23,8 @@ if (!process.env['VSCODE_USE_LEGACY_WATCH']) {
try {
watch = require('./watch-nsfw');
} catch (err) {
console.warn('Could not load NSFW watcher: ' + err.toString());
console.warn('Could not load our cross platform file watcher: ' + err.toString());
console.warn('Falling back to our platform specific watcher...');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册