We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151a57f commit fd1766fCopy full SHA for fd1766f
tools/touch.js
@@ -14,5 +14,3 @@ const handle = repo.watch(url, () => {})
14
console.log(`New notebook created.
15
Document URL: ${url}
16
Encoded URL: ${encodeDocUrl(url)}`)
17
-
18
-process.on('SIGINT', () => handle.close())
0 commit comments