Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 07c1172

Browse files
fix: minor wording change
1 parent bd34253 commit 07c1172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/watch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nodeWatch = require('node-watch');
66

77

88
function updatePlugin(evt, name) {
9-
console.log('%s changed.', name);
9+
console.log('%s changed', name);
1010
process.stdout.write('\x1b[0m.\x1b[0m')
1111

1212
const res = execSync(`livestorm publish ${env || ''}`).toString()

0 commit comments

Comments
 (0)