Workaround for node 4
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
'use strict'; // Node 4.x workaround
|
||||
|
||||
const express = require('express');
|
||||
const http = require('http');
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
'use strict'; // Node 4.x workaround
|
||||
|
||||
const express = require('express');
|
||||
const http = require('http');
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
'use strict'; // Node 4.x workaround
|
||||
|
||||
const express = require('express');
|
||||
const http = require('http');
|
||||
|
||||
|
Reference in New Issue
Block a user