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 dc4fc6d commit 0589a40Copy full SHA for 0589a40
src/Support/Helpers/updateLine.imba
@@ -1,6 +1,6 @@
1
import { promises as fs } from 'fs'
2
3
-def updateLine file\string, callback\function
+export default def updateLine file\string, callback\function
4
if !existsSync(file) then return false
5
6
const contents = fs.readFileSync(file, 'utf8')
0 commit comments