mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-25 14:47:55 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
'use strict'
|
|
|
|
module.exports = windows
|
|
|
|
async function windows () {
|
|
throw Error(`0x: Windows kernel tracing is not currently supported`)
|
|
}
|