Merge pull request #1967 from tlhunter/patch-1

Add shebang to server.js
This commit is contained in:
Jim LAURIE 2018-09-25 11:41:21 +02:00 committed by GitHub
commit 8ace61faf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'; 'use strict';
/** /**