forked from LeenkxTeam/Kmake
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
|
|
throw {
|
||
|
|
toString: function() {
|
||
|
|
throw this;
|
||
|
|
}
|
||
|
|
};
|