Skip to content

Commit

Permalink
fix(callinfo): can't use strict for using callee
Browse files Browse the repository at this point in the history
  • Loading branch information
timcui committed May 28, 2018
1 parent ead8818 commit 4cb7459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/tsw/util/logger/callInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4cb7459

Please sign in to comment.