Editor: Allow file retrieval after code run

This commit is contained in:
Sebastian Serth
2022-10-04 15:17:16 +02:00
committed by Sebastian Serth
parent fb9672c7a4
commit 60078701f5
22 changed files with 311 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ class TestrunMessage < ApplicationRecord
exception: 10,
result: 11,
canvasevent: 12,
files: 13,
}, _default: :write, _prefix: true
enum stream: {