mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-13 08:31:11 +08:00
15 lines
278 B
JavaScript
15 lines
278 B
JavaScript
if (query.title === "$FAIL2") {
|
|
var x = null;
|
|
x.fail();
|
|
}
|
|
|
|
if (query.title === "$TESTFAIL2") {
|
|
dpd.todos.get({title: "$FAIL2"}, function(todo, err) {
|
|
this.todo = todo;
|
|
this.err = err;
|
|
});
|
|
}
|
|
|
|
if (query.arbitrary) {
|
|
this.custom = 'arbitrary';
|
|
} |