Skip to content

Commit fd1766f

Browse files
committed
fix: support aborting in touch script
1 parent 151a57f commit fd1766f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/touch.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ const handle = repo.watch(url, () => {})
1414
console.log(`New notebook created.
1515
Document URL: ${url}
1616
Encoded URL: ${encodeDocUrl(url)}`)
17-
18-
process.on('SIGINT', () => handle.close())

0 commit comments

Comments
 (0)