Skip to content

Commit c856a03

Browse files
committed
more explanation + sample library
2 parents 516e074 + f2e40a5 commit c856a03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

UnitTesting/UnitTesting.gs

+2-3
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ function Package (config) {
185185

186186
var failComment = '';
187187
if (comment != null) failComment = 'Comment: '+comment;
188-
189-
throw Error(failComment +' -- Failure: '+ message);
188+
message.__print__;
189+
throw Error(failComment +'\n\t\t -- Failure: '+ message + '\n ');
190190
}
191191

192192

@@ -973,5 +973,4 @@ function Package (config) {
973973
},
974974
result: true,
975975
}
976-
977976
);

0 commit comments

Comments
 (0)