mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 15:07:04 +00:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
exports.stdio = {
|
|
print : function() {
|
|
throw "shouldn't be using system.stdio.print"
|
|
}
|
|
}
|