Alexandre Strzelewicz dd6208b9b2 throttle test
2017-09-06 13:08:55 +02:00

8 lines
182 B
JavaScript

"use strict";
var models_1 = require('./models');
console.log(models_1.UserMessage);
setTimeout(function () {
throw new Error('errr');
}, 1000);
//# sourceMappingURL=main.js.map