Skip to content

Commit 350090b

Browse files
Post-Process <0x133>
Fixes #55
1 parent 7b69cb2 commit 350090b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/post-process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const logger = winston.createLogger({
1717
// Configuration object for bugcheck commands
1818
const bugcheckCommands = {
1919
'9f': (parser, dmp, args) => `${parser} -z ${dmp} -c "k; !devstack ${args[1]} ; q"`,
20+
'133': (parser, dmp) => `${parser} -z ${dmp} -c "k; !dpcwatchdog ; q"`,
2021
// Add more bugcheck commands here as needed
2122
// '<bugcheck>': (dmp, args) => `${parser} -z ${dmp} -c "k; <commands to run> ; q"`,
2223
// Args can be used in a command ${args[#]}

0 commit comments

Comments
 (0)