Skip to content

Commit ade5805

Browse files
committed
added log
1 parent 03dd5b5 commit ade5805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-generator/lib/src/openapi_generator_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class OpenapiGenerator extends GeneratorForAnnotation<annots.Openapi> {
136136
}
137137
}
138138
} catch (e) {
139-
print(e);
139+
print('Error generating spec ${e}');
140140
}
141141
return '';
142142
}

0 commit comments

Comments
 (0)