Skip to content

Commit 4738ba7

Browse files
committed
fix: Add 'use strict' on app.js
1 parent aca01f0 commit 4738ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict'
12
// app
23
// external modules
34
var express = require('express')

0 commit comments

Comments
 (0)