This commit is contained in:
Michelle Tilley
2016-11-01 09:55:37 -07:00
parent f2ee0f01f5
commit cb959f33d6

View File

@@ -1,4 +1,4 @@
"use strict"
'use strict'
// This file is required by compile-cache, which is required directly from
// apm, so it can only use the subset of newer JavaScript features that apm's
// version of Node supports. Strict mode is required for block scoped declarations.