Skip to content

Commit 0589a40

Browse files
committed
fix: export function
1 parent dc4fc6d commit 0589a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Helpers/updateLine.imba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { promises as fs } from 'fs'
22

3-
def updateLine file\string, callback\function
3+
export default def updateLine file\string, callback\function
44
if !existsSync(file) then return false
55

66
const contents = fs.readFileSync(file, 'utf8')

0 commit comments

Comments
 (0)