Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit fe4d603

Browse files
committed
Add js alias for javascript sandbox
1 parent a1e6462 commit fe4d603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/javascript-sandbox.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Sandbox = require('sandbox')
1717

1818
module.exports = (robot) ->
19-
robot.respond /(run|sandbox) (.*)/i, (msg) ->
19+
robot.respond /(run|sandbox|js) (.*)/i, (msg) ->
2020
sandbox = new Sandbox
2121
sandbox.run(msg.match[2], (output) ->
2222
msg.send output.result

0 commit comments

Comments
 (0)