UNPKG

751 BJavaScriptView Raw
1var err, text, a;
2(function (_$cont) {
3 if (bool) {
4 if (a) {
5 a = b;
6 }
7 fs.readFile('e.js', function () {
8 err = arguments[0];
9 text = arguments[1];
10 _$cont();
11 });
12 } else {
13 setTimeOut(function () {
14 (function (_$cont) {
15 if (c == 1) {
16 fs.readFile('e.js', function () {
17 err = arguments[0];
18 text = arguments[1];
19 _$cont();
20 });
21 } else {
22 _$cont();
23 }
24 }(function (_$err) {
25 if (_$err !== undefined)
26 return _$cont(_$err);
27 _$cont();
28 }));
29 }, 1000);
30 }
31}(function (_$err) {
32 if (_$err !== undefined)
33 return _$cont(_$err);
34 a = err;
35}));
36/* Generated by Continuation.js v0.1.1 */
\No newline at end of file