From 4cb7459626381c36fd5a4fbc829cb138fa19724e Mon Sep 17 00:00:00 2001 From: timcui Date: Mon, 28 May 2018 21:55:27 +0800 Subject: [PATCH] fix(callinfo): can't use strict for using callee --- bin/tsw/util/logger/callInfo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tsw/util/logger/callInfo.js b/bin/tsw/util/logger/callInfo.js index 04074408..dc0fd92b 100644 --- a/bin/tsw/util/logger/callInfo.js +++ b/bin/tsw/util/logger/callInfo.js @@ -5,7 +5,6 @@ * http://opensource.org/licenses/MIT * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -'use strict'; 'no use strict'; this.getCallInfo = function(level) {