Workaround for node 4

This commit is contained in:
Fabian Arndt
2019-10-14 04:13:25 +02:00
parent 8f2b55a7aa
commit e66148fbb2
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use strict'; // Node 4.x workaround
const express = require('express');
const http = require('http');

View File

@ -1,3 +1,5 @@
'use strict'; // Node 4.x workaround
const express = require('express');
const http = require('http');

View File

@ -1,3 +1,5 @@
'use strict'; // Node 4.x workaround
const express = require('express');
const http = require('http');