mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 14:31:22 +00:00
Fix tests again.
This commit is contained in:
@ -369,7 +369,7 @@ impl<'a> Context<'a> {
|
||||
if (type == 'symbol') {
|
||||
const description = val.description;
|
||||
if (description == null) {
|
||||
return 'Symbol()';
|
||||
return 'Symbol';
|
||||
} else {
|
||||
return 'Symbol(' + description + ')';
|
||||
}
|
||||
|
Reference in New Issue
Block a user