mirror of
https://github.com/zhigang1992/probot.git
synced 2026-04-26 05:15:38 +08:00
5 lines
116 B
JavaScript
Executable File
5 lines
116 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
console.warn('`probot simulate` is deprecated. Use `probot receive` instead.')
|
|
process.exit(1)
|