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

Commit c14ab01

Browse files
author
Axel Rindle
committed
Add missing semicolon
1 parent 62cfbf3 commit c14ab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict'
1+
'use strict';
22

33
// register coffee-script
44
require('coffeescript/register');

0 commit comments

Comments
 (0)