mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
Remove unnecessary break
This commit is contained in:
@@ -261,7 +261,6 @@ module.exports = function (grunt) {
|
|||||||
break
|
break
|
||||||
case 'linux':
|
case 'linux':
|
||||||
grunt.task.run(['compile', 'pack:linux'])
|
grunt.task.run(['compile', 'pack:linux'])
|
||||||
break
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user