mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 19:26:43 +01:00
Move basic circuits to circomlib
This commit is contained in:
@@ -143,7 +143,8 @@ function error(ctx, ast, errStr) {
|
||||
last_column: ast.last_column
|
||||
},
|
||||
errStr: errStr,
|
||||
ast: ast
|
||||
ast: ast,
|
||||
message: errStr
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user