mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
add and lint clientonly
This commit is contained in:
parent
60b9a5b9da
commit
b44fbc1e4f
@ -11,6 +11,7 @@ module.exports = function(grunt) {
|
|||||||
"modules/default/*.js",
|
"modules/default/*.js",
|
||||||
"modules/default/*/*.js",
|
"modules/default/*/*.js",
|
||||||
"serveronly/*.js",
|
"serveronly/*.js",
|
||||||
|
"clientonly/*.js",
|
||||||
"*.js",
|
"*.js",
|
||||||
"tests/**/*.js",
|
"tests/**/*.js",
|
||||||
"!modules/default/alert/notificationFx.js",
|
"!modules/default/alert/notificationFx.js",
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
process.stdout.write(`Client: ${err}`);
|
process.stdout.write(`Client: ${err}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
child.on('close', (code) => {
|
child.on("close", (code) => {
|
||||||
if (code != 0) {
|
if (code != 0) {
|
||||||
console.log(`There something wrong. The clientonly is not running code ${code}`);
|
console.log(`There something wrong. The clientonly is not running code ${code}`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user