Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F9583539
assert-no-error.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
206 B
Referenced Files
None
Subscribers
None
assert-no-error.js
View Options
"use strict"
;
function
assert_no_error
(
promise
,
done
)
{
promise
.
then
(
function
(){
done
();
}).
catch
(
function
(
error
){
console
.
error
(
error
.
data
);
done
(
error
);
});
}
module
.
exports
=
assert_no_error
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 10:01 (22 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
982081
Default Alt Text
assert-no-error.js (206 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment