mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix typo.
This commit is contained in:
@@ -4,4 +4,4 @@ module.exports = process.atomBinding 'content_tracing'
|
||||
module.exports.DEFAULT_OPTIONS = 0
|
||||
module.exports.ENABLE_SYSTRACE = 1 << 0
|
||||
module.exports.ENABLE_SAMPLING = 1 << 1
|
||||
module.exports.RECORD_CONTINUOUSLY = << 2
|
||||
module.exports.RECORD_CONTINUOUSLY = 1 << 2
|
||||
|
||||
Reference in New Issue
Block a user