0x/platform/windows.js
davidmarkclements 07e8b39ab3 linting
2018-03-14 01:48:58 +01:00

8 lines
141 B
JavaScript

'use strict'
module.exports = windows
async function windows () {
throw Error(`0x: Windows kernel tracing is not currently supported`)
}