Skip to content

Commit

Permalink
Fixes warning in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed May 16, 2021
1 parent 7fec550 commit 2643186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async Task PingAsync(CancellationToken ct)
}
async Task RunSampleAsync(CancellationToken ct)
{
var file = Path.Combine(Path.GetDirectoryName(typeof(Application).Assembly.Location), "Samples", "trigono.o");
var file = Path.Combine(Path.GetDirectoryName(typeof(Application).Assembly.Location)!, "Samples", "trigono.o");
var command = bridge.EnqueueCommand(new AutoStartCommand(runAfterLoading: false, 0, file));
var response = await command.Response;
}
Expand Down

0 comments on commit 2643186

Please sign in to comment.