Skip to content

Commit

Permalink
add strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Aug 20, 2019
1 parent 2b435f1 commit 7eda113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/constants/session_track.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

exports.SYSTEM_VARIABLES = 0;
exports.SCHEMA = 1;
exports.STATE_CHANGE = 2;
Expand Down

0 comments on commit 7eda113

Please sign in to comment.