Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/HuffConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ contract HuffConfig {

/// @notice compile the Huff contract and return the bytecode
bytecode = vm.ffi(cmds);
require(bytecode.length > 0, "Failed to compile Huff contract.");

// Clean up temp files
string[] memory cleanup = new string[](2);
Expand Down